projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164df51
)
(top-level): Move (require 'tempo) to start to quieten byte-compiler.
author
Glenn Morris
<rgm@gnu.org>
Tue, 10 Apr 2007 04:01:05 +0000
(
04:01
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 10 Apr 2007 04:01:05 +0000
(
04:01
+0000)
lisp/progmodes/dcl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/dcl-mode.el
b/lisp/progmodes/dcl-mode.el
index 618de7a3345018e35120d0d02f1fee41ac21262d..bdec1bf9ef4967cf3331973f347896e9bff1a131 100644
(file)
--- a/
lisp/progmodes/dcl-mode.el
+++ b/
lisp/progmodes/dcl-mode.el
@@
-71,6
+71,9
@@
;;; Code:
+(require 'tempo)
+
+
;;; *** Customization *****************************************************
@@
-1935,8
+1938,6
@@
section at the end of the current buffer."
;; standard Emacs. I would have liked something closer to the functionality
;; of LSE templates...
-
-(require 'tempo)
(defvar dcl-tempo-tags nil
"Tempo tags for DCL mode.")